/*
 *	Global styles
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
}
/*
:focus {
	outline: 0;
}
*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {vertical-align:bottom;border:0;}
ul,ol {padding:0;margin:0;list-style:none;}
ul li, ol li {padding:0; margin:0; padding-left:13px; text-indent:-13px;}

.strong {
	font-weight:bold;
}
/* 
 * =Content 
 */
H1, H2, H3, H4, H5, H6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:bold;
	margin:1.12em 0 0;
	line-height:1.1;
}
H1, .h1 {
	font-size:2.25em;
	letter-spacing:-1px;
}
H2, .h2 {
	font-size:1.67em;
}
H3, .h3 {
	font-size:1.42em;
}
H4, .h4 {
	font-size:1.17em;
}
H5, .h5 {
	font-size:1em;
}
OL, UL {
	margin:.5em 0 .5em 10px;
}
OL {
	list-style:inside decimal;
}
UL LI:before {
	content:'\2013\a0\a0';
}
A:link {
	color:#327186;
	text-decoration:underline;
}
A:visited {
	color:#9a8791;
	text-decoration:underline;
}
A:hover, A:active {
	text-decoration:none;
}
TABLE {
	width:100%;
	table-layout:fixed;
	margin:.8em 0;
	line-height:1;
}
	TABLE TH, TABLE TD {
		padding:8px 0 8px 36px;
		border:#d9dada 1px solid;
	} 
	TABLE.zero-padding TH, TABLE.zero-padding TD{
		padding:8px 0 8px 8px;
	}	
	TABLE TH {
		font-weight:bold;
		background:#dee2e7;
	}
	TABLE .odd TD {
		background:#f3f3f3;
	}

#form_editor_dialog TABLE, .editor_dialog TABLE {
	margin:0 0 0 5px;
	table-layout:auto;
	width:auto;
}
#form_editor_dialog TABLE TH, #form_editor_dialog TABLE TD,
.editor_dialog TH, .editor_dialog TD {
	border:0;
	padding:0;
	background:none;
}

FORM {
	margin:.8em 0;
}
.header_with_date {
	margin-bottom:2.08em;
	margin-top:2.08em;
}
	.header_with_date H1, .header_with_date H2, .header_with_date H3, .header_with_date H4, .header_with_date H5 {
		margin:0;
		line-height:1.7;
	}
P {
	margin:.8em 0;
}
.small {
	color:#777;
	font-size:.92em;
}
	.small A {
		font-size:1.09em;
	}
.big {
	font-size:1.17em;
}
DL.pict_block, .pict_block {
	background:#eaeaea;
	border:#e0e0e0 1px solid;
	padding:6px 5px;
}
	.pict_border IMG {
		border:#c2c2c3 1px solid;
	}
.alignleft {
	float:left;
	display:inline;
	margin:0 22px 16px 0;
}
.text-center{
	text-align:center;
}
.alignright {
	float:right;
	display:inline;
	margin:0 0 16px 22px;
}
blockquote {
	padding:16px 40px;
	background:#dee5e7;
	position:relative;
	color:#555;
	font-style:italic;
	z-index:1;
}
	blockquote .tl_quote, blockquote .br_quote {
		position:absolute;
		top:5px;
		left:5px;
		width:28px;
		height:22px;
		background:url('images/bg/quotes.png') 0 -22px no-repeat;
		z-index:2;
		font-size:0;
	}
	blockquote .br_quote {
		top:auto;
		left:100%;
		margin-left:-33px;
		bottom:5px;
		background-position:0 0;
	}
.b-rss
{
    float:right;
}
/*Выравнивание логотипов вендоров в таблице > */
.b-cell_wrapper{
        display: table;
        width: 100%;
        height: 100%;
}
.b-cell{
        display: table-cell;
        vertical-align: middle;
}
/*Выравнивание логотипов вендоров в таблице < */

